home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / shtdll15.zip / SHTDLL.BAS < prev    next >
BASIC Source File  |  1995-07-01  |  444b  |  10 lines

  1. Type grd
  2.  col As Integer
  3.  row As Integer
  4.  unReadbyte As Long
  5. End Type
  6. Declare Function opensptfile Lib "shtdll.dll" (ByVal Filename As String, ByVal pext As String, ByVal ctmExt As String, grddata As grd) As Integer
  7. Declare Function readsheets Lib "shtdll.dll" (ByVal hFile As Integer, ByVal pext As String, grddata As grd, ByVal txt As String) As Integer
  8. Declare Function flclose Lib "shtdll.dll" (ByVal hFile As Integer) As Integer
  9.  
  10.